Conversation
* chore: develop pull request -> 슬랙으로 PR 이벤트 알림 전송 * chore: develop build deploy -> 슬랙으로 빌드, 배포 완료 알림 전송 * chore: pull request 리뷰 이벤트 워크플로우 구성, 슬랙으로 PR 리뷰 알림 전송
chaiminwoo0223
approved these changes
Jun 26, 2025
Contributor
chaiminwoo0223
left a comment
There was a problem hiding this comment.
고생하셨습니다. 슬랙 알림 전송을 통해 보다 더 빠른 피드백이 가능해질 것 같아요.
Contributor
|
머지 부탁드립니다. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
📌 작업 내용 및 특이사항
✅ 슬랙 알림 전송
develop pull request이벤트 발생 ->PR 이벤트 알림전송 스크립트 구성했습니다.: 새로운 PR 열릴 경우, PR 리뷰 후 수정사항을 반영할 경우 모두 동작합니다.
develop push이벤트(build-deploy) 에서 워크플로우 성공 ->배포 완료 알림전송 스크립트 구성했습니다.: 실패할 경우에는 알림이 발송되지 않습니다. -> 너무 많은 알림을 방지하기 위해서
PR 리뷰이벤트(approved,changed-request,commented) 발생 ->리뷰 알림전송 워크플로우 구성했습니다. (notify_pull_request_review.yml):
pull-request-review-comment이벤트는 적용되지 않습니다. -> 너무 많은 알림을 방지하기 위해서PR 이벤트와 PR 리뷰 이벤트 중approved,changed-request이벤트 발생 시, 사용자 그룹 멘션되도록 구성했습니다.:
@백엔드🌱 관련 이슈
🔍 참고사항(선택)
📚 기타(선택)
슬랙 알림 예시
[새로운 PR 생성, 병합되기 전 PR 수정 시]

[PR 승인]

[PR 변경 요청]

[PR 리뷰 코맨트]

[빌드 & 배포 완료]
